github.com/refraction-networking/utls.newSessionTicketMsg.ticket (field)
7 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L1055: hs.ticket = sessionTicketMsg.ticket
handshake_messages.go#L1925: ticket []byte
handshake_messages.go#L1930: ticketLen := len(m.ticket)
handshake_messages.go#L1939: copy(x[10:], m.ticket)
handshake_messages.go#L1959: m.ticket = data[10:]
handshake_server.go#L866: m.ticket, err = c.config.WrapSession(c.connectionStateLocked(), state)
handshake_server.go#L875: m.ticket, err = c.config.encryptTicket(stateBytes, c.ticketKeys)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |